home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
util
/
moni
/
Scout-src.lha
/
netinclude
/
proto
/
usergroup.h
< prev
Wrap
C/C++ Source or Header
|
2002-09-16
|
657b
|
29 lines
#ifndef PROTO_USERGROUP_H
#define PROTO_USERGROUP_H \
"$Id: usergroup.h,v 1.1.1.1 2001/11/26 22:21:18 tboeckel Exp $"
/*
* SAS C prototypes for usergroup.library
*
* Copyright © 1994 AmiTCP/IP Group,
* Network Solutions Development, Inc.
* All rights reserved.
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *UserGroupBase;
#endif
#include <libraries/usergroup.h>
#include <clib/usergroup_protos.h>
#if __SASC
#include <pragmas/usergroup_pragmas.h>
#elif __GNUC__
#include <inline/usergroup.h>
#endif
#endif /* PROTO_USERGROUP_H */